home *** CD-ROM | disk | FTP | other *** search
/ MacHack 2000 / MacHack 2000.toast / pc / The Hacks / MacHacksBug / Python 1.5.2c1 / Demo / dns / README < prev   
Encoding:
Text File  |  2000-06-23  |  640 b   |  17 lines

  1. This directory contains a module (dnslib) that implements a DNS
  2. (Domain Name Server) client, plus additional modules that define some
  3. symbolic constants used by DNS (dnstype, dnsclass, dnsopcode).
  4.  
  5. Type "python dnslib.py -/" for a usage message.
  6.  
  7. You can also import dnslib and write your own, more sophisticated
  8. client code; use the test program as an example (there is currently no
  9. documentation :-).
  10.  
  11. Anthony Baxter maintains an enhanced version of this code at
  12.  
  13.     http://alumni.dgs.monash.edu.au/~anthony/python/
  14.  
  15. --Guido van Rossum, CWI, Amsterdam <Guido.van.Rossum@cwi.nl>
  16. URL:  <http://www.cwi.nl/cwi/people/Guido.van.Rossum.html>
  17.